home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
basic-c
/
test8.bas
< prev
Wrap
BASIC Source File
|
1988-12-21
|
124b
|
10 lines
100
print "enter beep time > ";
input s
print "beeping ";s;" times"
beep s
if s = 0 then goto 200
goto 100
200
end